|
16x12r 2.2.0
|
16x12 R Click example More...
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
16x12 R Click example
This example demonstrates the usage of the 16x12 R Click board which features a high-brightness red LED matrix display. It displays characters, rotates them in different orientations, prints a scrolling string, and renders a graphical image (MIKROE logo).
The demo application is composed of two sections :
Initializes the logger and the Click board and sets the default configuration.
Displays single characters and a string in multiple rotations, followed by drawing and inverting the MIKROE logo image.
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |